home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / tools / wbstars2.0 / source / wbstars_include.h < prev    next >
C/C++ Source or Header  |  1997-05-29  |  859b  |  38 lines

  1. /* $VER: WBStars_include.h 2.0b4 (29 May 1997)
  2. */
  3.  
  4. #ifndef WBSTARS_INCLUDE_H
  5. #define WBSTARS_INCLUDE_H
  6.  
  7. /* WBStars_main.c */
  8. #include <exec/types.h>
  9. #include <intuition/intuition.h>
  10. #include <graphics/rastport.h>
  11. #include <graphics/layers.h>
  12. extern struct RastPort        *RPort;
  13. extern struct Layer_Info    *LInfo;
  14. extern char    activated;
  15. extern char    locked;
  16. extern BYTE    CXpri;
  17. extern UBYTE    *hotkey;
  18. extern int    bg_color;
  19. extern int    fg_color;
  20. extern int    Loop_Wait;
  21. extern int    minx;
  22. extern int    miny;
  23.  
  24. /* WBStars_libraries.c */
  25. #include <exec/libraries.h>
  26. #include <intuition/intuitionbase.h>
  27. #include <graphics/gfxbase.h>
  28. extern struct IntuitionBase    *IntuitionBase;
  29. extern struct GfxBase        *GfxBase;
  30. extern struct Library        *CxBase;
  31. extern struct Library        *IconBase;
  32. extern struct Library        *LayersBase;
  33. extern char    OS3;
  34.  
  35. /* WBStars_CX.c */
  36.  
  37.  
  38. #endif /* WBSTARS_INCLUDE_H */